<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */
/*重置*/
body, div, ul, li, input, p {
    margin: 0;
    padding: 0;
    font: 12px Arial, sans-serif;
    font-family: "微软雅黑";
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
}

body {
}

ul, li {
    list-style: none;
}

img {
    border: 0;
    float: left;
}

.clear {
    clear: both;
}

a {
    text-decoration: none;
}
/*首页*/
/*header*/

.headerbox {
    background-color: #efeeee;
    width: 100%;
}

.header {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
    height: 90px;
}

    .header .logo {
        margin-top: 10px;
        margin-left: 6px;
        float: left;
    }

    .header .Rheader {
        float: right;
    }

.Rheader .Hlinks {
    color: #8f8f8f;
    padding-top: 15px;
    text-align: right;
    height: 26px;
}

    .Rheader .Hlinks a {
        padding: 0px 10px;
        color: #8f8f8f; /*font-family: "宋体";*/
        font-size: 12px;
    }

        .Rheader .Hlinks a:hover {
            text-decoration: none;
            color: #d81824;
        }

.Rheader .Hsearch ul li {
    float: left;
}

    .Rheader .Hsearch ul li input {
        width: 156px;
        color: #8f8f8f;
        padding-left: 6px;
        height: 26px;
        border: 1px solid #d9d8d8;
    }

.Rheader .Hsearch ul .phoneimg {
    padding-top: 8px;
    padding-right: 6px;
    position: relative;
    top: -20px;
}

.Rheader .Hsearch .searchbox .phone {
    color: #3b8ff1; /*padding-top: 8px;*/
    padding-right: 64px;
    line-height: 26px;
    position: relative;
    top: -15px;
    left: 5px;
}

    .Rheader .Hsearch .searchbox .phone p {
        color: #666;
    }

    .Rheader .Hsearch .searchbox .phone span {
        font-weight: 600;
        color: #3b8ff1;
        font-size: 20px;
    }

.Rheader .Hsearch ul .sousuo, .Rheader .Hsearch ul .searchimg {
    padding-top: 8px;
}
/*header end*/

/*nav*/

.navbox {
    width: 100%; /*background-image: url('/Images/nav_bg.jpg');*/
    background: #207fe6;
}

.menu {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
    height: 42px;
}

    .menu li {
        float: left;
        font-size: 16px;
    }

        .menu li a {
            color: #fff;
            padding-left: 36px;
            padding-right: 36px;
            line-height: 42px; /*font-weight: bold;*/
            height: 42px;
            display: block;
        }

        .menu li:hover {
            background: #ffab07;
            background-repeat: no-repeat;
            background-position: bottom;
        }

        .menu li ul {
            visibility: hidden;
            position: absolute;
            width: 136px;
            z-index: 1110;
        }

        .menu li:hover ul { /*ie6不支持li:hover*/
            visibility: visible;
            position: absolute;
            display: block;
            width: 136px;
            height: auto;
            background: #207fe6;
        }

        .menu li ul li {
            position: relative;
            width: 136px;
            text-align: center;
        }

    .menu ul ul li a {
        line-height: 36px;
        color: #fff;
        padding: 0;
        font-size: 14px;
        width: 100%;
        text-align: center;
    }

    .menu ul li ul li a:hover {
        line-height: 36px;
        color: #fff;
        background: #ffab07;
    }

.xiala {
    margin-top: 30px;
}

.middle {
    z-index: 9999;
    background: #57a3fc url(/Images/bg.jpg) left top repeat-x;
    height: auto;
}
/*nav end*/

/*banner*/

.banner {
    width: 100% !important;
    margin-left: auto;
    margin-right: auto;
    height: 240px;
}

.slider {
    display: none;
}
/*用于获取更加体验*/
.focus span {
    width: 10px;
    height: 10px;
    margin-right: 10px;
    border-radius: 50%;
    background: #666;
    font-size: 0;
}

    .focus span.current {
        background: #fff;
    }
/*banner end*/

/* content*/

.content {
    width: 1170px;
    height: auto;
    background-color: #fff;
    margin-left: auto;
    margin-right: auto;
    padding: 15px 15px 0;
}

    .content .Lcontent_1 {
        float: left;
        width: 200px;
        height: auto;
    }

    .content .Rcontent_1 {
        float: left;
        width: 950px;
        padding-bottom: 20px;
        margin-left: 20px;
    }

    .content .series {
        display: block;
        padding-bottom: 20px;
    }
/*#column*/
#column {
    padding: 0;
    margin: 0;
    list-style: none;
    width: 200px;
    background-color: #d9d8d8;
}

    #column, #column ul {
        padding: 0;
        margin: 0;
        list-style: none;
    }

        #column .column1 {
            line-height: 36px;
            text-align: center;
            font-size: 16px;
            font-weight: bold; /*background-image: url('/Images/nav_bg.jpg');*/
            background: #207fe6;
            height: 36px;
            color: #FFF;
        }

        #column li {
            position: relative;
            width: 200px;
            height: 45px;
            border-bottom: solid 1px #FFF;
            background-color: #d9d8d8;
            color: #000000;
            font-size: 14px;
        }

            #column li:hover {
                background-color: #fff;
                color: #3b8ff1;
            }

            #column li.column1:hover {
                background-color: #207fe6;
                color: #ffff;
            }

            #column li img {
                padding-top: 9px;
                padding-left: 16px;
                padding-right: 24px;
                display: block;
                float: left;
            }

            #column li span {
                float: left;
                padding-top: 16px;
            }

            #column li ul {
                width: 270px;
                height: auto;
                border: solid 1px #ddd;
                position: absolute;
                top: 0px;
                left: 200px;
                display: none;
                background-color: #FFF;
                z-index: 199;
            }

                #column li ul li {
                    height: 32px;
                    line-height: 32px;
                    border-bottom: 1px solid #ddd;
                    width: 100%;
                    background-color: #FFF;
                }

                    #column li ul li:hover {
                        background: #3b8ff1;
                    }

                        #column li ul li:hover a {
                            color: #fff;
                        }

                    #column li ul li a {
                        color: #666;
                        padding-left: 10px;
                    }

                        #column li ul li a:visited {
                            display: block;
                            text-decoration: none;
                        }

            #column li:hover ul {
                display: block;
            }
/*#column end*/
/*#column01*/
#column01 .column1 {
    line-height: 36px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    background: #207fe6;
    height: 36px;
    color: #FFF;
}

#column01 {
    padding: 0;
    margin: 0;
    list-style: none;
    width: 200px;
}

    #column01 .column2 {
        position: relative;
        width: 198px;
        height: 46px;
        background-color: #fff;
        border-radius: 5px;
        border: solid 1px #cdcbcb;
        margin-top: 10px;
    }

        #column01 .column2 img {
            float: left;
            display: block;
            padding-left: 12px;
            padding-top: 6px;
            padding-right: 10px;
        }

        #column01 .column2 div a {
            font-size: 14px;
            font-weight: bold;
            line-height: 18px;
            padding-left: 6px;
        }

        #column01 .column2 div p {
            font-size: 14px;
            line-height: 18px;
            padding-left: 6px;
        }

        #column01 .column2 div {
            padding-top: 6px;
        }

        #column01 .column2 .service_01 a, #column01 .column2 .service_01 p {
            color: #2e8705;
        }

        #column01 .column2 .service_02 a, #column01 .column2 .service_02 p {
            color: #f76834;
        }

        #column01 .column2 .service_02 p {
            font-size: 12px;
        }

        #column01 .column2 .service_03 a, #column01 .column2 .service_03 p {
            color: #2899d5;
        }

        #column01 .column2 .service_04 a, #column01 .column2 .service_04 p {
            color: #cf7f0d;
        }
/*#column01 end*/
/*profile*/
.Rcontent_2 {
    width: 950px;
    float: left;
}

.content .profile {
    width: 630px;
    float: left;
    display: block;
    padding-bottom: 20px;
    margin-right: 20px;
}

    .content .profile h1, .content .case h1 {
        float: left;
        font-family: "微软雅黑";
        font-size: 16px;
        color: #0061bc;
        line-height: 46px;
    }

    .content .profile span, .content .case span {
        font-family: Arial;
        font-size: 12px;
        font-weight: bold;
        line-height: 46px;
        color: #0061bc;
    }

    .content .profile a, .content .case a {
        padding-top: 18px;
        float: right;
        display: block;
    }

    .content .profile p {
        font-size: 14px;
        color: #1e1d1d;
        line-height: 24px;
        padding: 13px 15px;
        border: solid 1px #cdcbcb;
        height: 192px;
        text-indent: 2em;
    }

.content .case {
    float: right;
    width: 300px;
}
    /*案例case*/
    .content .case .wrapper {
        width: 300px;
        height: 220px;
        position: relative;
        overflow: hidden;
        float: right;
    }

        .content .case .wrapper .img_group {
            width: 1520px;
        }

            .content .case .wrapper .img_group img {
                width: 300px;
                height: 220px;
                float: left;
                display: block;
                padding: 0px;
            }

        .content .case .wrapper .ctrl_button {
            position: absolute;
            bottom: 4px;
            right: 16px;
        }

            .content .case .wrapper .ctrl_button li {
                width: 24px;
                height: 24px;
                margin: 4px;
                float: left;
                line-height: 24px;
                text-align: center;
                background-color: #999;
                color: #FFF;
            }

            .content .case .wrapper .ctrl_button .current {
                background-color: #4798f4;
            }
/*自主经营*/
.content .column3 {
    float: left;
    display: block;
    width: 950px;
    margin-top: -10px;
}

    .content .column3 h1 {
        float: left;
        font-family: "微软雅黑";
        font-size: 16px;
        color: #0061bc;
        line-height: 46px;
    }

    .content .column3 span {
        font-family: Arial;
        font-size: 12px;
        font-weight: bold;
        line-height: 46px;
        color: #0061bc;
    }

    .content .column3 img {
        float: right;
        padding-top: 18px;
    }

    .content .column3 .column3_text {
        width: 918px;
        height: 222px;
        border: solid 1px #cdcbcb;
        padding: 10px 15px 0;
    }

        .content .column3 .column3_text div * {
            float: left;
        }

        .content .column3 .column3_text div {
            width: 918px;
            height: 104px;
        }

            .content .column3 .column3_text div img {
                width: 74px;
                height: 78px;
                float: left;
            }

            .content .column3 .column3_text div p {
                width: 825px;
                color: #1e1d1d;
                line-height: 24px;
                margin-top: 20px;
                margin-left: 16px;
                font-size: 14px;
            }

.footer {
    background-color: #2586f7;
    height: 38px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

    .footer .address {
        line-height: 38px;
        float: left;
        padding-left: 8px;
        color: #FFF;
        font-weight: bold;
    }

    .footer .copyright {
        line-height: 38px;
        float: right;
        padding-right: 6px;
        color: #FFF;
        font-weight: bold;
    }
/*客服*/
.kfbox {
    background-image: url(/Images/kf.jpg);
    background-repeat: no-repeat;
    height: 170px;
    width: 146px;
    position: fixed;
    right: 0;
    bottom: 100px;
    z-index: 10;
}

.kf {
    height: 94px;
    padding-top: 64px;
    padding-right: 12px;
    padding-left: 10px;
    width: 124px;
}

.tsbox {
    height: 95px;
    width: 146px;
    padding-top: 10px;
    padding-top: 12px;
}

.ts {
    background-image: url(/Images/ts.jpg);
    background-repeat: no-repeat;
    text-align: center;
    height: 45px;
    width: 146px;
    padding-top: 50px;
    color: #9e0b0f;
}

.kf li {
    line-height: 28px;
    height: 28px;
    width: 105px;
    padding-left: 8px;
    float: left;
    display: block;
}

    .kf li * {
        float: right;
    }

.kf img {
    display: block;
}

.kf cite {
    color: #054784;
    font-family: "微软雅黑";
    font-style: normal;
    letter-spacing: !important;
}
/*首页 结束*/


/*关于我们*/
.yhy_menu {
    overflow: hidden;
    list-style-type: none;
    color: #fff;
    cursor: pointer;
    width: 136px;
}

    .yhy_menu li {
        float: left;
        text-align: center;
        height: 36px;
        line-height: 36px;
        width: 136px;
    }

        .yhy_menu li a {
            height: 36px;
            line-height: 36px !important;
            float: left;
            padding: 0px !important;
        }

        .yhy_menu li:hover a {
            background: #ffab07;
            color: #fff !important;
            line-height: 36px !important;
        }

.content05 {
    width: 950px;
    height: auto;
    float: left;
    margin-left: 20px;
}

    .content05 .wh_wz {
        height: 26px;
        line-height: 26px;
        color: #666;
        padding-bottom: 10px;
        font-size: 14px;
        border-bottom: 1px dotted #ddd;
        margin-bottom: 15px;
    }

        .content05 .wh_wz a {
            color: #0061bc;
        }

            .content05 .wh_wz a:hover {
                color: #000;
            }

        .content05 .wh_wz img {
            margin-top: 8px;
        }

    .content05 .wh_lei {
        width: 950px;
        height: 88px;
        margin-bottom: 25px;
        font-size: 14px;
    }

        .content05 .wh_lei * {
            float: left;
        }

        .content05 .wh_lei img {
            padding-left: 10px;
            display: block;
        }

        .content05 .wh_lei p {
            width: 320px;
            color: #2d2c2c;
            font-family: "宋体";
            font-size: 14px;
            height: 40px;
            line-height: 20px;
            padding-top: 32px;
            float: right;
        }

    .content05 .about_text1 {
        float: left;
        margin-bottom: 20px;
        width: 950px;
    }

        .content05 .about_text1 img {
            display: block;
            float: left;
        }

        .content05 .about_text1 p {
            color: #4f4e4e;
            font-size: 14px;
            width: 324px;
            float: left;
            line-height: 24px;
            padding-top: 50px;
            padding-left: 40px;
        }

    .content05 ul {
        width: 950px;
        float: left;
    }

    .content05 .about_honor {
        width: 225px;
        height: 154px;
        background-color: #e5e5e5;
        border: solid 1px #ddd;
        float: left;
        margin-right: 14px;
        margin-bottom: 20px;
    }

        .content05 .about_honor:nth-child(4n) {
            margin-right: 0px;
        }

        .content05 .about_honor img {
            margin-top: 10px;
            margin-left: 36px;
            border: solid 1px #a8a7a7;
            vertical-align: middle;
        }

        .content05 .about_honor span /*p*/ {
            display: inline-block;
            vertical-align: middle;
            line-height: 35px;
            color: #0061bc;
        }
/*常见问题*/
.content .q_content1 {
    height: 28px;
    border-bottom: solid 1px #b7b7b7;
}

    .content .q_content1 img {
        float: left;
    }

.content .q_text {
    margin-top: 24px;
    margin-bottom: 70px;
}

    .content .q_text h1 {
        font-size: 14px;
        font-family: "微软雅黑";
        font-weight: bold;
        line-height: 28px;
        background-color: #e6edf5;
        height: 28px;
        padding-left: 20px;
    }

    .content .q_text p {
        font-size: 14px;
        font-family: "微软雅黑";
        line-height: 30px;
        color: #373636;
        padding-left: 100px;
        letter-spacing: normal;
    }
/*自主经营代理品牌*/
.q_text .column3_text div {
    border: 1px solid #e2eaea;
    padding: 10px;
    border-radius: 8px;
    float: left;
    width: 1148px;
    margin-bottom: 25px;
}

    .q_text .column3_text div img {
        float: left;
    }
/*在线招聘*/
.content .r_text {
    width: 100%;
    float: left;
}

    .content .r_text .r_text1 {
        height: 60px;
        line-height: 60px;
        font-size: 14px;
        color: #666;
    }

.content .r_text_1 .r_text2 {
    width: 466px;
    height: 132px;
    background: #4397f9;
    border-radius: 10px;
    float: left;
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 22px;
}

    .content .r_text_1 .r_text2 h1 {
        color: #b62e20;
        font-size: 14px;
        line-height: 36px;
        padding-left: 10px;
    }

    .content .r_text_1 .r_text2 p {
        color: #fff;
        font-size: 14px;
        line-height: 30px;
        padding-left: 10px;
    }

.content .r_text_1 {
    height: 360px;
}
/*在线留言*/
.content .m_wz {
    height: 32px;
    border-bottom: solid 1px #b7b7b7;
    float: right;
    width: 950px;
}

    .content .m_wz img {
        float: left;
    }

    .content .m_wz p {
        font-size: 12px; /*font-family: "宋体";*/
        line-height: 32px;
    }

.content .m_content {
    width: 537px;
    float: right;
    height: 555px;
    background-image: url(/Images/m_cbg.jpg);
    background-repeat: no-repeat;
    margin-top: 24px;
    margin-right: 210px;
    margin-bottom: 20px;
}

    .content .m_content .m_content1 {
        float: left;
        width: 220px;
        padding-top: 58px;
        padding-left: 26px;
    }

        .content .m_content .m_content1 li p span {
            color: red;
            line-height: 20px;
            font-weight: bold;
        }

        .content .m_content .m_content1 input, .content .m_content .m_content2 input {
            width: 140px;
            height: 30px;
            padding: 0 10px;
            line-height: 30px;
            border: 1px solid #ddd;
            outline: none;
            margin-bottom: 16px;
            float: right;
        }

        .content .m_content .m_content1 p, .content .m_content .m_content2 p {
            line-height: 32px;
            margin-bottom: 16px;
            float: right;
            font-size: 14px;
        }

    .content .m_content .m_content2 {
        float: right;
        width: 220px;
        padding-top: 58px;
        padding-right: 44px;
    }

    .content .m_content ul li {
        color: #686e6e;
        font-size: 12px;
        line-height: 20px;
    }

    .content .m_content .m_content3 {
        width: 500px;
    }

        .content .m_content .m_content3 li * {
            float: right;
            line-height: 32px;
            font-size: 14px;
        }

        .content .m_content .m_content3 input {
            width: 390px;
            height: 30px;
            padding: 0 10px;
            margin-bottom: 16px;
            margin-right: 4px;
            border: 1px solid #ddd;
        }

        .content .m_content .m_content3 li button {
            width: 87px;
            height: 32px;
            background: #2586f7;
            border: none;
            margin-top: 16px;
            margin-right: 160px;
            color: #fff;
            border-radius: 6px;
            outline: none;
            margin-bottom: 22px;
        }
/*联系我们*/
.c_text {
    margin-top: 32px;
}

    .c_text .c_content1 {
        float: left;
        padding-left: 50px;
    }

        .c_text .c_content1 h1 {
            font-size: 16px;
            font-family: "微软雅黑";
            line-height: 30px;
            color: #3b8ff1;
        }

        .c_text .c_content1 p {
            font-size: 14px;
            font-family: "微软雅黑";
            line-height: 30px;
            color: #666;
        }

    .c_text img {
        float: right;
        padding-right: 26px;
        display: block;
        padding-bottom: 20px;
    }
/*成功案例*/
.content .s_content {
    margin-top: 25px;
    width: 950px;
    height: auto;
    float: right;
    padding-bottom: 20px;
}

    .content .s_content a {
        float: left;
        width: 300px;
        margin-right: 25px;
        padding-bottom: 25px;
    }

        .content .s_content a:nth-child(3n) {
            margin-right: 0px;
        }

    .content .s_content img {
        float: left;
        width: 300px;
        height: 220px;
    }

.s_page {
    text-align: center;
    width: 950px;
    margin: 20px auto 30px auto;
    float: right;
}

    .s_page a {
        display: inline-block;
        padding: 6px 12px;
        margin-right: 1px;
        color: #666;
        font: 14px "\5fae\8f6f\96c5\9ed1", Arial;
        background: #ececec;
    }

        .s_page a:hover {
            background: #509cf6;
            color: #fff;
        }

    .s_page .selected {
        background: #509cf6;
        color: #fff;
    }
/*资料下载*/
.content .d_text {
    height: auto;
    padding-bottom: 20px;
    min-height: 150px;
}

    .content .d_text .d_text1 {
        height: 40px;
        border-bottom: #d2d2d2 1px dashed;
    }

        .content .d_text .d_text1 li img {
            float: left;
            margin-top: 16px;
            margin-left: 12px;
            padding-right: 6px;
        }

        .content .d_text .d_text1 li a {
            float: right;
            line-height: 40px;
            color: #333;
            padding-right: 20px;
        }

            .content .d_text .d_text1 li a:hover {
                color: #3b98de;
            }

.d_page {
    text-align: center;
    width: 938px;
    margin: 20px auto 50px auto;
}

    .d_page a {
        display: inline-block;
        padding: 6px 12px;
        margin-right: 1px;
        color: #666;
        font: 14px "\5fae\8f6f\96c5\9ed1", Arial;
        background: #ececec;
    }

        .d_page a:hover {
            background: #207fe6;
            color: #fff;
        }

    .d_page .selected {
        background: #207fe6;
        color: #fff;
    }
/*售后服务*/

.content .as_text1 h1 {
    height: 54px;
    line-height: 52px;
    color: #1764ac;
    font-size: 16px;
    font-family: "微软雅黑";
    width: 100%;
}

.content .as_text1 .as_content0 {
    width: 1168px
}

    .content .as_text1 .as_content0 p {
        color: #666 !important;
        line-height: 30px;
        font-size: 14px;
    }

        .content .as_text1 .as_content0 p span {
            color: #666 !important;
            line-height: 30px;
            font-size: 14px;
        }

.content .as_text1 .as_content1 {
    width: 500px;
    height: 88px;
}

    .content .as_text1 .as_content1 img {
        margin-left: 10px;
        margin-top: 12px;
    }

.content .as_text1 .as_content2 {
    width: 304px;
    height: 188px;
}

    .content .as_text1 .as_content2 p {
        color: #666 !important;
        line-height: 30px;
        font-size: 14px;
        padding-left: 8px;
    }

.content .as_text1 .as_content3 {
    width: 960px;
    height: 618px;
}

    .content .as_text1 .as_content3 p, .content .as_text1 .as_content4 p {
        color: #666 !important;
        line-height: 30px;
        font-size: 14px;
    }

    .content .as_text1 .as_content3 div, .content .as_text1 .as_content4 div {
        padding: 6px 8px;
    }

.content .as_text1 .as_content4 {
    width: 960px;
    height: 156px;
    margin-bottom: 50px;
}
/*新闻单页*/
.content .ns_content {
    width: 100%;
    padding-bottom: 30px;
    min-height: 340px;
}

    .content .ns_content .ns_content1 h1 {
        font-size: 16px;
        line-height: 40px;
        color: #333;
        text-align: center;
    }

    .content .ns_content .ns_content1 p {
        color: #868686;
        font-size: 14px;
        line-height: 32px;
        text-align: center;
        border-bottom: 1px dashed #b4b4b4;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }

    .content .ns_content .ns_content2 h1 {
        font-size: 14px;
        font-family: "微软雅黑" !important;
        line-height: 40px;
        color: #333;
        text-align: left;
    }

    .content .ns_content .ns_content2 p {
        font-size: 14px;
        font-family: "微软雅黑" !important;
        line-height: 30px;
        color: #333;
        text-align: left;
        text-indent: 2em;
    }
/*新闻列表页*/
.news-box {
    min-height: 260px;
    margin-top: 15px;
}

.nl_content {
    float: left;
}

    .nl_content .nl_content1 {
        float: left;
        width: 140px;
        text-align: center;
    }

        .nl_content .nl_content1 p {
            float: left;
            width: 100%;
            text-align: center;
            font-family: "微软雅黑" !important;
        }

.content .nl_content {
    width: 1138px;
    float: left;
    margin-bottom: 15px;
    padding: 15px 15px;
    border: 1px solid #ddd;
}

.nl_content img {
    margin-left: 40px;
    margin-right: 20px;
}

.content .nl_content .nl_content2 {
    width: 940px;
    border-left: 1px solid #ddd;
    padding-left: 40px;
    margin-left: 10px;
    float: left;
}

    .content .nl_content .nl_content2 h2 {
        width: 100%;
    }

        .content .nl_content .nl_content2 h2 a {
            line-height: 26px;
            color: #333;
            width: 100%;
        }

            .content .nl_content .nl_content2 h2 a:hover {
                color: #2468ad;
            }

    .content .nl_content .nl_content2 p {
        font-size: 14px;
        color: #666;
        line-height: 22px;
        margin-top: 8px;
    }

.content .nl_content img {
    display: none;
}
/*成功案例*/
.sc_right {
    float: right;
    width: 950px;
}

.cd-secondary-nav {
    z-index: 1;
    height: 48px;
    background-color: #fbfaf8;
    width: 949px;
    border-top: #dddddd 1px solid;
    border-bottom: #dddddd 1px solid;
    border-right: #dddddd 1px solid;
}

    .cd-secondary-nav li:last-child a {
        border-bottom: none;
    }

    .cd-secondary-nav ul {
        position: static;
        visibility: visible;
        text-align: center;
    }

    .cd-secondary-nav li {
        display: inline-block;
        float: left;
        line-height: 48px;
        width: 236px;
        border-left: #dddddd 1px solid;
    }

        .cd-secondary-nav li a {
            position: relative;
            text-align: center;
            display: block;
            line-height: 52px;
            padding-left: 82px;
            padding-right: 82px;
            border-top: solid 2px #fbfaf8;
        }

            .cd-secondary-nav li a:hover {
                border-top: solid 2px #ef5400;
            }

            .cd-secondary-nav li a b {
                line-height: 48px;
                color: #666;
                font-size: 15px;
            }

            .cd-secondary-nav li a:hover b, .cd-secondary-nav li a.active b {
                color: #1779ec;
            }

    .cd-secondary-nav.is-fixed {
        position: fixed;
        top: 0;
        height: 48px;
        width: 950px;
    }

.cd-section {
    width: 950px;
    float: left;
}

    .cd-section h2 {
        font-size: 20px;
        font-size: 1.25rem;
        margin-bottom: .6em;
        font-weight: 700;
    }

    .cd-section p {
        line-height: 30px;
        font-size: 14px;
    }

        .cd-section p img {
            float: left;
            margin-right: 8px;
            margin-top: 10px;
        }

#cd-placeholder-1, #cd-placeholder-2, #cd-placeholder-3, #cd-placeholder-4 {
    height: auto;
    padding-top: 25px;
}

    #cd-placeholder-1 h2, #cd-placeholder-2 h2, #cd-placeholder-3 h2, #cd-placeholder-4 h2 {
        font-size: 18px;
        text-align: center;
        font-weight: normal;
        line-height: 8px;
    }

    #cd-placeholder-1 h3, #cd-placeholder-2 h3, #cd-placeholder-3 h3, #cd-placeholder-4 h3 {
        font-family: Arial;
        color: #666;
        font-size: 12px;
        margin-bottom: 15px;
        text-align: center;
        font-weight: normal;
        line-height: 12px;
    }

    #cd-placeholder-1 p {
        font-size: 14px;
        color: #373636;
        text-indent: 2em;
        line-height: 26px;
        padding-bottom: 20px;
    }

    #cd-placeholder-1 img {
        padding-left: 70px;
    }

    #cd-placeholder-2 img { /*padding-left: 230px;*/
        padding-top: 10px;
        position: relative;
        width: 99%;
    }

#cd-placeholder-3 { /*width: 782px;*/
}

    #cd-placeholder-3 ul {
        float: left;
        margin-top: 18px; /*width: 370px;*/
        margin-right: 20px;
    }

        #cd-placeholder-3 ul li {
            color: #373636;
            font-size: 14px;
            line-height: 30px;
        }

#cd-placeholder-4 .sc_links {
    margin-top: 28px;
}

#cd-placeholder-4 {
    margin-bottom: 60px;
}

    #cd-placeholder-4 a {
        color: #373636;
        font-size: 14px;
        padding-right: 86px;
    }

        #cd-placeholder-4 a:hover {
            color: #3b8ff1;
        }

    #cd-placeholder-4 img {
        padding-top: 10px;
        position: relative;
        width: 99%;
    }
/*全站搜索*/
.searchpage {
    height: 1000px;
    _height: 1000px;
    background: #FFF;
    border: 20px solid #e4e4e4;
    text-align: left;
}

.searchpage_top {
    width: 960px;
    text-align: center;
    height: 50px;
    line-height: 50px;
}

    .searchpage_top span {
        color: #F00;
    }

.searchpage_con {
    width: 950px;
    margin: 0 auto;
    height: 950px;
}

    .searchpage_con li {
        width: 920px;
        height: 120px;
        display: block;
    }

        .searchpage_con li .top {
            height: 30px;
            line-height: 30px;
            padding: 0 15px;
            color: #000;
            width: 920px;
            background: #f5f5f5;
            border-bottom: 1px solid #cbcbcb;
        }

        .searchpage_con li .con {
            height: 50px;
            line-height: 24px;
            padding: 6px 15px;
            color: #000;
            width: 890px;
            color: #000;
            text-indent: 2em;
            overflow: hidden;
        }

        .searchpage_con li .bot {
            height: 30px;
            line-height: 30px;
            padding: 0 15px;
            color: #000;
            width: 890px;
            color: #9f9f9f;
        }

            .searchpage_con li .bot span {
                padding-right: 25px;
            }
/*2018-08-07人才招聘*/
.Recruitment_box {
    width: 100%;
    float: left;
}

.Recruitment_content {
    background: #ffffff;
    border: 1px solid #dddddd;
    margin-bottom: 20px;
    position: relative
}

    .Recruitment_content .Recruitment_title {
        height: 40px;
        line-height: 40px;
        border-bottom: 1px solid #dddddd;
        padding: 0px 20px;
    }

        .Recruitment_content .Recruitment_title .name {
            color: #2586f7;
            font-weight: bold;
            font-size: 16px
        }

    .Recruitment_content .Recruitment_time {
        float: right;
        color: #999
    }

    .Recruitment_content .Claim_info {
        padding: 10px 20px;
        line-height: 24px;
        border-right: 1px solid #dddddd;
        font-size: 14px;
        color: #666;
        width: 75%;
    }

    .Recruitment_content .Quantity {
        position: absolute;
        text-align: center;
        color: #d92323;
        vertical-align: middle;
        display: table-cell;
        right: 80px;
        top: 20%;
    }

        .Recruitment_content .Quantity p {
            margin-top: 30px;
            font-size: 24px;
            font-weight: bold;
        }

.btn-apply {
    background: #ffab07;
    color: #ffffff;
    padding: 7px 30px;
    border-radius: 3px;
    position: absolute;
    width: 40px;
    margin-left: -50px;
}

    .btn-apply:hover, .btn-apply:focus {
        color: #ffffff
    }
/*2018-08-07常见问题*/
#help h2, #down h2 {
    font-size: 18px;
    line-height: 54px;
    color: #323232;
    border-bottom: 2px solid #ff8e29;
    width: 150px;
    font-weight: normal;
}

#help dt {
    cursor: pointer;
    color: #333;
    font-size: 16px;
    margin-bottom: 20px;
    font-weight: 500;
}

#help dd {
    display: block;
    color: #666;
    font-size: 14px;
    padding: 10px;
    border-radius: 5px;
    background: #e6edf5;
    margin-bottom: 20px;
    margin-bottom: 20px;
    line-height: 25px;
    letter-spacing: 1px;
    font-weight: 500;
}

#help dt, #help dd {
    margin-left: 40px;
    position: relative;
}

    #help dt i, #help dd i {
        background: url('../../Images/ico.png') no-repeat;
        width: 30px;
        height: 30px;
        display: block;
        position: absolute;
        left: -40px;
        top: 0px;
    }

    #help dd i {
        background-position: 0 -35px;
    }

#help .mb {
    padding: 20px 20px 0 20px;
    text-align: left;
}
/*2018-08-07banner*/
/* flexslider */
.flexslider {
    margin: 0px auto;
    position: relative;
    width: 100%;
    height: 300px;
    overflow: hidden;
    zoom: 1;
}

.flex-viewport {
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transition: all 1s ease;
}

.flexslider .slides {
    zoom: 1;
}

.flex-direction-nav a {
    width: 60px;
    height: 90px;
    line-height: 99em;
    overflow: hidden;
    margin: -60px 0 0;
    display: block;
    background: url('../../images/ad_ctr.png') no-repeat;
    position: absolute;
    top: 50%;
    z-index: 10;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all .3s ease;
}

.flex-direction-nav .flex-next {
    background-position: 0 -90px;
    right: 0;
}

.flex-direction-nav .flex-prev {
    left: 0;
}

.flexslider:hover .flex-next {
    opacity: 0.8;
    filter: alpha(opacity=25);
}

.flexslider:hover .flex-prev {
    opacity: 0.8;
    filter: alpha(opacity=25);
}

    .flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
        opacity: 1;
        filter: alpha(opacity=50);
    }

.flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: 10px;
    text-align: center;
    padding: 0px;
}

    .flex-control-nav li {
        margin: 0 5px;
        display: inline-block;
        zoom: 1;
        *display: inline;
    }

.flex-control-paging li a {
    background: url('../../images/dot.png') no-repeat 0 -16px;
    display: block;
    height: 16px;
    overflow: hidden;
    text-indent: -99em;
    width: 16px;
    cursor: pointer;
}

    .flex-control-paging li a.flex-active {
        background-position: 0 0;
    }

.pic_img {
    width: 100%;
    height: 340px;
    background: url('../../images/banner01.jpg') no-repeat center;
}

.pic_img1 {
    width: 100%;
    height: 340px;
    background: url('../../images/banner03.jpg') no-repeat center;
}
/*2018-08-07售后服务*/
.q_content1 span a {
    color: #333;
}
/*2018-08-08资料下载*/
.download-list {
    width: 100%;
    float: left;
    margin-top: 10px;
}

    .download-list li {
        width: 100%;
        float: left;
        margin-bottom: 8px;
    }

        .download-list li span {
            font-size: 14px;
            width: 80%;
            float: left;
            color: #333;
            line-height: 32px;
        }

            .download-list li span i {
                width: 4px;
                height: 4px;
                background: #2586f7;
                float: left;
                margin-right: 10px;
                margin-top: 14px;
            }

            .download-list li span:hover {
                color: #2586f7;
            }

        .download-list li a {
            padding: 5px 20px;
            background: #2586f7;
            float: right;
            color: #fff;
        }

            .download-list li a:hover {
                color: #fff;
                background-color: #1678ea;
            }
/*2018-08-08自主经营*/
.guide-slider-box {
    width: 950px;
    float: left;
}

.guide-slider {
    width: 948px;
    background: #fff;
    height: 232px;
    border: 1px solid #ddd;
}

    .guide-slider .guide {
        width: 166px;
        height: 232px;
        float: left;
        -webkit-transition: all ease-in .3s;
        transition: all ease-in .3s;
        position: relative;
        overflow: hidden;
    }

        .guide-slider .guide .display {
            border-right: 1px solid #d5d5d5;
            width: 165px;
            height: 232px;
            text-align: center;
            float: left;
            position: relative;
            z-index: 2;
            background: #ffffff;
            -webkit-transition: all ease-in .3s;
            transition: all ease-in .3s;
        }

            .guide-slider .guide .display .icon {
                display: inline-block;
                width: 74px;
                height: 74px;
                margin-top: 65px;
                background-image: url('../../images/function.png');
            }

                .guide-slider .guide .display .icon.icon1 {
                    background-position: -592px 0;
                }

                .guide-slider .guide .display .icon.icon2 {
                    background-position: 0 0;
                }

                .guide-slider .guide .display .icon.icon3 {
                    background-position: -296px 0;
                }

                .guide-slider .guide .display .icon.icon4 {
                    background-position: -444px 0;
                }

                .guide-slider .guide .display .icon.icon5 {
                    background-position: 0px -74px;
                }

                .guide-slider .guide .display .icon.icon6 {
                    background-position: -148px -74px;
                }

            .guide-slider .guide .display .title {
                font-size: 16px;
                color: #666666;
                height: 56px;
                line-height: 28px;
                padding: 0 15px;
                margin-top: 5px;
            }

            .guide-slider .guide .display .introduction {
                border-top: 1px solid #ddd;
                width: 150px;
                margin: 0 auto;
                font-size: 12px;
                color: #999999;
                text-align: left;
                line-height: 20px;
            }

            .guide-slider .guide .display::after {
                content: "";
                display: block;
                position: absolute;
                border-style: solid;
                border-color: transparent #ffffff transparent transparent;
                border-width: 10px 15px;
                top: 100%;
                margin-top: 0;
                right: -1px;
                -webkit-transition: all ease-in .3s;
                transition: all ease-in .3s;
            }

        .guide-slider .guide .behind {
            width: 280px;
            height: 232px;
            display: inline-block;
            border-right: 1px solid #ddd;
            background: #fff;
            overflow: hidden;
            position: absolute;
            right: 0;
            top: 0;
            z-index: 1;
        }

            .guide-slider .guide .behind .function-list-wrap {
                width: 240px;
                margin: 0 auto;
            }

                .guide-slider .guide .behind .function-list-wrap p {
                    padding: 10px 0;
                    line-height: 24px;
                    font-size: 13px;
                }

            .guide-slider .guide .behind .function-list {
                margin-right: -10px;
                margin-top: 20px;
            }

                .guide-slider .guide .behind .function-list &gt; li {
                    float: left;
                    padding-right: 10px;
                }

                    .guide-slider .guide .behind .function-list &gt; li &gt; a {
                        display: block;
                        border: 1px solid #ddd;
                        width: 100px;
                        height: 40px;
                        text-align: center;
                        line-height: 40px;
                        margin-bottom: 18px;
                        color: #0876c2;
                    }

                        .guide-slider .guide .behind .function-list &gt; li &gt; a:hover {
                            text-decoration: none;
                            border: 1px solid #0876c2;
                            background: #0876c2;
                            color: #ffffff;
                        }

                        .guide-slider .guide .behind .function-list &gt; li &gt; a.important {
                            color: #f58914;
                        }

                            .guide-slider .guide .behind .function-list &gt; li &gt; a.important:hover {
                                border: 1px solid #f58914;
                                background: #f58914;
                                color: #ffffff;
                            }

        .guide-slider .guide.on {
            width: 450px;
        }

            .guide-slider .guide.on .display {
                background: #4fa0d8;
                border-right-color: transparent;
            }

                .guide-slider .guide.on .display .title {
                    color: #fff;
                }

                .guide-slider .guide.on .display .introduction {
                    color: #fff;
                }

                .guide-slider .guide.on .display::after {
                    top: 50%;
                    margin-top: -5px;
                }

                .guide-slider .guide.on .display .icon.icon1 {
                    background-position: -74px 0;
                }

                .guide-slider .guide.on .display .icon.icon2 {
                    background-position: -148px 0;
                }

                .guide-slider .guide.on .display .icon.icon3 {
                    background-position: -222px 0;
                }

                .guide-slider .guide.on .display .icon.icon4 {
                    background-position: -370px 0;
                }

                .guide-slider .guide.on .display .icon.icon5 {
                    background-position: -74px -74px;
                }

                .guide-slider .guide.on .display .icon.icon6 {
                    background-position: -222px -74px;
                }
/*2018-08-09底部导航*/
.footerBg {
    background: #2262aa;
    font-size: 12px;
    color: #cbdff6;
    line-height: 26px;
    width: 100%;
}

.footTop {
    padding: 20px;
}

.footTopR {
    float: right;
    text-align: right;
    margin-top: 5px;
}

.footTopL {
    float: left;
    width: 460px;
}

    .footTopL p {
        font-size: 12px;
        color: #98bde8;
        width: 100%;
        float: left;
        line-height: 26px;
    }

        .footTopL p a {
            float: left;
            color: #98bde8;
        }

            .footTopL p a:hover {
                color: #fff;
            }

        .footTopL p span {
            margin: 0 8px;
            float: left;
        }

.fTel {
    font-size: 28px;
    color: #98bde8;
    line-height: 150%;
}

.footTopC {
    float: left;
    margin-left: 80px;
}

    .footTopC span {
        float: left;
    }

        .footTopC span img {
            width: 88px;
            height: 88px;
            margin-right: 15px;
        }

        .footTopC span p {
            float: left;
            width: 100%;
            line-height: 26px;
        }
/*2020-12-14底部*/
.headerTopBj {
    background: #2262aa;
    width: 100%;
    height: 60px;
}

    .headerTopBj h3 {
        float: left;
        font-size: 32px;
        color: #ffffff;
        line-height: 60px;
    }

        .headerTopBj h3 img {
            width: 46px;
            height: 46px;
            float: left;
            margin-right: 20px;
            margin-top: 6px;
        }

    .headerTopBj .back_home {
        float: right;
        margin-top: 10px;
        margin-left: 15px;
    }

        .headerTopBj .back_home a {
            background: #2682c3;
            color: #fff;
            padding: 10px 15px;
            float: left;
            border-radius: 3px;
        }

.w1200 {
    width: 1200px;
    margin: 0 auto;
}

.bannerBj {
    height: 450px;
    position: relative;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    width: 100%;
}

    .bannerBj .imgFull {
        width: 100%;
        height: 100%;
    }

.et-hero-tabs, .et-slide {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    text-align: center;
}

.et-hero-tabs-container {
    display: flex;
    flex-direction: row;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 50px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    background: #fff;
    z-index: 10;
}

.et-hero-tabs-container--top {
    position: fixed;
    top: 0;
}

.et-hero-tab {
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1;
    color: #000;
    letter-spacing: 0.1rem;
    transition: all 0.5s ease;
    font-size: 16px;
}

    .et-hero-tab:hover {
        color: white;
        background: #2262aa;
        transition: all 0.5s ease;
    }

.et-hero-tab-slider {
    position: absolute;
    bottom: 0;
    width: 0;
    height: 6px;
    background: #2262aa;
    transition: left 0.3s ease;
}

.et-main {
    width: 1100px;
    margin: 0 auto;
}

.et-box {
    padding: 20px 0;
    width: 100%;
}

    .et-box h1 {
        width: 100%;
        text-align: center;
        font-size: 20px;
        line-height: 50px;
    }

    .et-box p {
        width: 100%;
        float: left;
        line-height: 28px;
        text-align: left;
        font-size: 14px;
    }

        .et-box p img {
            width: 100%;
            height: 100%;
        }

.et-ul {
    width: 100%;
    float: left;
}

    .et-ul li {
        width: 100%;
        float: left;
        line-height: 28px;
        text-align: left;
        font-size: 14px;
    }

        .et-ul li img {
            width: 16px;
            height: 16px;
            float: left;
            margin-right: 10px;
            margin-top: 6px;
        }

.etleft {
    width: 600px;
    float: left;
}

.etboxnoe {
    width: 100%;
    float: left;
}

.etleft h3 {
    font-size: 16px;
    float: left;
    width: 100%;
    line-height: 40px;
    text-align: left;
    color: #3276bb;
}

.etright {
    width: 400px;
    float: right;
}

    .etright img {
        width: 100%;
        float: left;
        height: 100%;
    }

.etboxtwo {
    width: 100%;
    float: left;
}

    .etboxtwo h3 {
        font-size: 16px;
        float: left;
        width: 100%;
        line-height: 40px;
        text-align: left;
        color: #3276bb;
    }

    .etboxtwo img {
        width: 100%;
        height: 100%;
    }

.yd-boxl {
    width: 500px;
    float: left;
    margin-top: 40px;
}

    .yd-boxl p {
        width: 100%;
        font-size: 14px;
        line-height: 26px;
        text-indent: 2rem;
    }

.yd-boxr {
    float: right;
    width: 500px;
}

    .yd-boxr img {
        width: 100%;
        height: 100%;
    }
/*2021-05-08 智慧环保管控一体化平台*/
.Bjbox {
    background: #1c065f;
    position: relative;
    height: 450px;
}

.headerBg {
    transition: all 0.3s ease-out 0s;
    background: rgba(255, 255, 255, 0.26);
    width: 100%;
    height: 74px;
}

.container-fluid {
    width: 1300px;
    margin: 0 auto;
}

    .container-fluid .back_home {
        float: right;
        margin-top: 19px;
        margin-left: 15px;
    }

        .container-fluid .back_home a {
            background: #2682c3;
            color: #fff;
            padding: 10px 15px;
            float: left;
            border-radius: 3px;
        }

.container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}

.hbtitle {
    width: 50%;
    text-align: left;
    color: #fff;
    margin-top: 130px;
    display: inline-block;
}

    .hbtitle h3 {
        font-size: 36px;
        margin-bottom: 20px
    }

    .hbtitle p {
        font-size: 16px;
        line-height: 32px
    }

.hbimg {
    width: 50%;
    float: right;
}

    .hbimg img {
        display: block;
        width: 65%;
        margin: 30px auto;
        float: right;
    }

.hbbj {
    background: #333;
}

    .hbbj .footTopL p {
        color: #fff;
    }

        .hbbj .footTopL p a {
            float: left;
            color: #fff;
        }

    .hbbj .fTel {
        font-size: 28px;
        color: #fff;
        line-height: 150%;
    }

#content {
    width: 100%;
    height: auto;
    margin: 0 auto;
}

        #content div#item1 {
            background-color: #fff
        }

        #content div#item2 {
            background-color: #fff
        }

        #content div#item3 {
            background-color: #fff
        }

        #content div#item4 {
            background-color: #fff
        }

        #content div#item5 {
            background-color: #fff
        }

        #content h3 {
            font-size: 22px;
            color: #666;
        }

#menu {
    width: 90px;
    height: auto;
    position: fixed;
    top: 50%;
    left: 15px;
    margin-top: -135px;
    border: 1px solid #266acf;
    box-sizing: border-box;
    background:#fff;
    z-index:111;
}

    #menu ul {
        display: block;
        list-style: none;
    }

        #menu ul li a {
            width: 88px;
            height: 54px;
            line-height: 54px;
            text-align: center;
            background-color: #fff;
            color: #266acf;
            display: block;
            font-size:14px;
        }

            #menu ul li a:hover, #menu ul li a.cur {
                background-color: #266acf;
                color: #fff;
            }
.pad30 { padding:30px;}
.hbcon { width:100%; margin-top:20px;}
.hbcon p {
    width: 100%;
    line-height: 26px;
    padding: 5px 0;
    font-size: 14px;
}
.hbimg1 {
    text-align: center;
    display: inline-block;
    margin:0 auto;
}
.hbimg1 img {
    text-align: center;
    float:none;
}
.dwimg {
    width: 50%;
    float: right;
}

    .dwimg img {
        display: block;
        width: 75%;
        margin: 50px auto;
        float: right;
    }
.dwmenu {
    border: 1px solid #0086ad !important;
}
    .dwmenu ul li a {
        color: #0086ad !important;
    }
        .dwmenu ul li a:hover, .dwmenu ul li a.cur {
            background-color: #0086ad !important;
            color: #fff !important;
        }
.ldmenu {
    border: 1px solid #03a672 !important;
}

    .ldmenu ul li a {
        color: #03a672 !important;
    }

        .ldmenu ul li a:hover, .ldmenu ul li a.cur {
            background-color: #03a672 !important;
            color: #fff !important;
        }
.images-ld img{
width:100% !important;
}
.ldimg {
    width: 50%;
    float: right;
}

    .ldimg img {
        display: block;
        width: 53%;
        margin: 50px auto;
        float: right;
    }
    
</pre></body></html>